combit List & Label 29 - .NET Help
combit.Reporting.Dom Namespace / DomCollectionBase<T> Class
Members


In This Topic
    DomCollectionBase<T> Class
    In This Topic
    Object Model
    DomCollectionBase<T> Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class DomCollectionBase(Of T As DomItem) 
       Inherits System.Collections.ObjectModel.ObservableCollection(Of T)
    public abstract class DomCollectionBase<T> : System.Collections.ObjectModel.ObservableCollection<T> 
    where T: DomItem
    generic<typename T>
    public ref class DomCollectionBase abstract : public System.Collections.ObjectModel.ObservableCollection<T> 
    where T: DomItem
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.Collections.ObjectModel.ObservableCollection<T>
             combit.Reporting.Dom.DomCollectionBase<T>
                combit.Reporting.Dom.CollectionAdjacentDefinitions
                combit.Reporting.Dom.CollectionBackgroundShapesItems
                combit.Reporting.Dom.CollectionChartConditionalColors
                combit.Reporting.Dom.CollectionChartRows
                combit.Reporting.Dom.CollectionCollectionVariableCollectionItems
                combit.Reporting.Dom.CollectionCollectionVariableColumns
                combit.Reporting.Dom.CollectionCollectionVariables
                combit.Reporting.Dom.CollectionColorRangeItems
                combit.Reporting.Dom.CollectionConditionalFormatterItems
                combit.Reporting.Dom.CollectionCrosstabCellBases
                combit.Reporting.Dom.CollectionDrillDownLinks
                combit.Reporting.Dom.CollectionDrillDownReportParameter
                combit.Reporting.Dom.CollectionForegroundShapesItems
                combit.Reporting.Dom.CollectionFormulas
                combit.Reporting.Dom.CollectionIconRangeItems
                combit.Reporting.Dom.CollectionLayers
                combit.Reporting.Dom.CollectionManualLegend
                combit.Reporting.Dom.CollectionObjectBases
                combit.Reporting.Dom.CollectionParagraphs
                combit.Reporting.Dom.CollectionProjectParameters
                combit.Reporting.Dom.CollectionPropertyShapeAxis
                combit.Reporting.Dom.CollectionRegions
                combit.Reporting.Dom.CollectionReportParameters
                combit.Reporting.Dom.CollectionRScriptEntryItems
                combit.Reporting.Dom.CollectionRulerGuides
                combit.Reporting.Dom.CollectionSignalItems
                combit.Reporting.Dom.CollectionSignalItemsBase
                combit.Reporting.Dom.CollectionSignalItemsChart
                combit.Reporting.Dom.CollectionSubItemCoreBase
                combit.Reporting.Dom.CollectionSumVariables
                combit.Reporting.Dom.CollectionTableFieldBases
                combit.Reporting.Dom.CollectionTableLinesBase
                combit.Reporting.Dom.CollectionTemplates
                combit.Reporting.Dom.CollectionTextItems
                combit.Reporting.Dom.CollectionUserVariables

    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also